home *** CD-ROM | disk | FTP | other *** search
/ Easy Internet / Internet Training Corporation Easy Internet Rev21 (ITC).ISO / pc / data / 1020.scp < prev    next >
Text File  |  1997-08-15  |  155b  |  10 lines

  1. proc main
  2.           waitfor "name:"
  3.     transmit $USERID
  4.     transmit "^M"
  5.           waitfor  "word:"  
  6.            transmit $PASSWORD
  7.        transmit "^M"
  8. endproc
  9.  
  10.